Skip to content

Commit

Permalink
Change docker image name
Browse files Browse the repository at this point in the history
pattyjogal committed Sep 25, 2021
1 parent 0c602ff commit c01befe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -61,4 +61,4 @@ jobs:
- name: Adding Known Hosts
run: ssh-keyscan -H ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
- name: Deploy with rsync
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "docker pull cypher-bot:latest"
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} "docker pull pattyjogal/cypherbot:latest"

0 comments on commit c01befe

Please sign in to comment.