Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
appleboy committed Dec 14, 2019
1 parent 28da2b3 commit 0f20959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ jobs:
make build_linux_amd64
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
uses: elgohr/Publish-Docker-Github-Action@2.9
with:
name: appleboy/helloworld
username: appleboy
password: ${{ secrets.docker_password }}
dockerfile: docker/helloworld/Dockerfile.linux.amd64

- name: Update the API service
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v0.0.6
with:
host: ${{ secrets.ssh_host }}
username: deploy
Expand Down

0 comments on commit 0f20959

Please sign in to comment.