Skip to content

Commit

Permalink
Merge pull request #24 from pattyjogal/containerization
Browse files Browse the repository at this point in the history
Change docker image name
  • Loading branch information
pattyjogal authored Sep 25, 2021
2 parents 1b8597a + c01befe commit 0e19f5d
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
Expand Up @@ -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 0e19f5d

Please sign in to comment.