Skip to content

Commit

Permalink
refactor(cd): rename deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Dec 8, 2023
1 parent deab9de commit 343ec13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
docker image tag banking-backend ghcr.io/simplytest/banking-backend
docker push -a ghcr.io/simplytest/banking-backend
- name: 🔐 SSH Setup
- name: 📦 Deploy
uses: appleboy/ssh-action@55dabf81b49d4120609345970c91507e2d734799
with:
host: ${{ secrets.HOST }}
Expand Down

0 comments on commit 343ec13

Please sign in to comment.