Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploytest #2

Closed
wants to merge 17 commits into from
Prev Previous commit
Update to use docker-stack.yaml
  • Loading branch information
elliottminns committed Nov 15, 2024
commit 7c6b4a663de916d992b2752017f9b2245543e260
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
uses: cssnr/stack-deploy-action@v1
with:
name: 'guestbook'
file: 'stack.yaml'
file: 'docker-stack.yaml'
host: zenful.cloud
user: deploytest
ssh_key: ${{ secrets.DEPLOY_SSH_KEY }}
Expand Down
Loading