Skip to content

Commit

Permalink
Merge pull request #79 from dothq/staging
Browse files Browse the repository at this point in the history
⬆️ Upgrade action versions in deploy and renew workflows
  • Loading branch information
kierandrewett authored Jan 27, 2024
2 parents c2bea9c + fef70bd commit fe8aa12
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x

- name: Install dependencies
run: |
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Retrieve server hostname
run: |
Expand All @@ -60,7 +60,7 @@ jobs:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
version: "1.46.0"
version: "1.58.2"

- name: Install SSH key
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Retrieve server hostname
run: |
Expand Down
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ networks:
intranet:
driver: bridge
internet:
enable_ipv6: true
ipam:
config:
- subnet: 2001:db8:1::/64

volumes:
le-certs:
Expand Down

0 comments on commit fe8aa12

Please sign in to comment.