Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisPett committed Aug 5, 2023
1 parent 66d3814 commit de6f546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
run: |
ssh ${{ secrets.EC2_USERNAME }}@${{ secrets.EC2_SERVER }} "echo 'hello'"
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
ssh ${{ secrets.EC2_USERNAME }}@${{ secrets.EC2_SERVER }} "./docker-compose-chainbot.sh"
"./docker-compose-chainbot.sh"

0 comments on commit de6f546

Please sign in to comment.