Skip to content

Commit b35b6d4

Browse files
committed
Update from cached version of template.
1 parent 10f41bc commit b35b6d4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
jobs:
2424
push_to_registry:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626
if: ${{ github.event.workflow_run.conclusion != 'failure' }}
2727
steps:
2828
# Checkout latest or specific tag
@@ -68,7 +68,7 @@ jobs:
6868

6969
deploy_via_ssh:
7070
needs: push_to_registry
71-
runs-on: ubuntu-20.04
71+
runs-on: ubuntu-22.04
7272
if: ${{ github.event.workflow_run.conclusion != 'failure' }}
7373
steps:
7474
# Checkout latest or specific tag
@@ -109,7 +109,7 @@ jobs:
109109

110110
# Copy only the docker-compose.yml to remote server home folder
111111
- name: copy compose file via scp
112-
uses: appleboy/scp-action@v0.1.1
112+
uses: appleboy/scp-action@v0.1.3
113113
with:
114114
host: ${{ secrets.DEPLOY_HOST }}
115115
username: ${{ secrets.DEPLOY_USERNAME }}
@@ -118,7 +118,7 @@ jobs:
118118
source: ".deploy/${{ github.event.repository.name }}-docker-compose.yml"
119119
target: "~/"
120120
- name: Run remote db migrations
121-
uses: appleboy/ssh-action@v0.1.4
121+
uses: appleboy/ssh-action@v0.1.5
122122
env:
123123
APPTOKEN: ${{ secrets.GITHUB_TOKEN }}
124124
USERNAME: ${{ secrets.DEPLOY_USERNAME }}
@@ -135,7 +135,7 @@ jobs:
135135
136136
# Deploy Docker image with ServiceStack application using `docker compose up` remotely
137137
- name: remote docker-compose up via ssh
138-
uses: appleboy/ssh-action@v0.1.4
138+
uses: appleboy/ssh-action@v0.1.5
139139
env:
140140
APPTOKEN: ${{ secrets.GITHUB_TOKEN }}
141141
USERNAME: ${{ secrets.DEPLOY_USERNAME }}

0 commit comments

Comments
 (0)