Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Replace IP with host
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-stasiak committed May 17, 2024
1 parent 5dd8b6e commit 0f4f732
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/debug_build_and_deploy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/sandbox_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Remove old containers on first host
uses: JimCronqvist/action-ssh@master
with:
hosts: ${{ secrets.SANDBOX_IP }}
hosts: ${{ secrets.SANDBOX_HOST }}
privateKey: ${{ secrets.SSH_PRIV_KEY }}
command: |
docker ps -aq | xargs -r docker stop | xargs -r docker rm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging_build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Remove old containers on first host
uses: JimCronqvist/action-ssh@master
with:
hosts: ${{ secrets.STAGING_IP }}
hosts: ${{ secrets.STAGING_HOST }}
privateKey: ${{ secrets.SSH_PRIV_KEY }}
command: |
docker ps -aq | xargs -r docker stop | xargs -r docker rm
Expand Down

0 comments on commit 0f4f732

Please sign in to comment.