Skip to content

Commit

Permalink
Add network proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
bethanyj28 committed Sep 19, 2021
1 parent 65c6cee commit ad4316b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
key: ${{ secrets.OMEGA_SSH_KEY }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
- name: Deploy with docker
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT }} "docker stop bethanyj28_battlesnek; docker pull ghcr.io/bethanyj28/battlesnek:latest; docker run --name bethanyj28_battlesnek --rm -d ghcr.io/bethanyj28/battlesnek:latest"
run: ssh ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} -p ${{ secrets.SSH_PORT }} "docker stop bethanyj28_battlesnek; docker pull ghcr.io/bethanyj28/battlesnek:latest; docker run --name bethanyj28_battlesnek --rm -d --network=proxy ghcr.io/bethanyj28/battlesnek:latest"

0 comments on commit ad4316b

Please sign in to comment.