fix dockerfile
All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 3m56s
All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 3m56s
This commit is contained in:
parent
174a1e7b13
commit
9ecc0ecfc4
6
.github/workflows/deploy.prod-env.yml
vendored
6
.github/workflows/deploy.prod-env.yml
vendored
@ -19,9 +19,9 @@ jobs:
|
||||
- name: Restart all Docker Container on Production
|
||||
uses: appleboy/ssh-action@v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.STRATO_VPS_HOST_ADDRESS }}
|
||||
username: ${{ secrets.STRATO_VPS_USER_NAME }}
|
||||
key: ${{ secrets.STRATO_VPS_ROOT_USER_SSH_KEY }}
|
||||
host: ${{ vars.STRATO_VPS_HOST_ADDRESS }}
|
||||
username: ${{ vars.STRATO_VPS_USER_NAME }}
|
||||
key: ${{ vars.STRATO_VPS_ROOT_USER_SSH_KEY }}
|
||||
script: |
|
||||
docker pull git.wohlleben.dev/itob/rbl-news-webapp:latest
|
||||
docker pull git.wohlleben.dev/itob/rbl-feeder-api:latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user