Skip to content

Commit

Permalink
wip: use master version
Browse files Browse the repository at this point in the history
  • Loading branch information
ceelogre committed Nov 14, 2024
1 parent 24fea2c commit a87450d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
buildArgs: 'NODE_ENV=production, MONGO_PROD_DB="${{ secrets.MONGO_PROD_DB }}"'

- name: Deploy to DigitalOcean
uses: appleboy/ssh-action@v0.1.0
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DO_HOST }}
username: ${{ secrets.DO_USERNAME }}
Expand Down

0 comments on commit a87450d

Please sign in to comment.