Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
tags: postmodern.alexdaniel.org/ttuwiki-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/ttuwiki-backend:latest' || '' }}
- name: Set SSH key
if: github.ref == 'refs/heads/main'
uses: webfactory/[email protected].0
uses: webfactory/[email protected].1
with:
ssh-private-key: ${{ secrets.SSH_KEY }}
- name: Auth
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
tags: postmodern.alexdaniel.org/ttuwiki-backend-files:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/ttuwiki-backend-files:latest' || '' }}
- name: Set SSH key
if: github.ref == 'refs/heads/main'
uses: webfactory/[email protected].0
uses: webfactory/[email protected].1
with:
ssh-private-key: ${{ secrets.SSH_KEY }}
- name: Auth
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM httpd:2.4.59
FROM httpd:2.4.66

RUN apt-get update
RUN apt-get install -y libcgi-pm-perl libcapture-tiny-perl libdatetime-perl libcapture-tiny-perl libgeo-ip-perl
Expand Down
2 changes: 1 addition & 1 deletion ttuwikifiles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM httpd:2.4.59
FROM httpd:2.4.66

RUN apt-get update
RUN apt-get install -y libcgi-pm-perl
Expand Down