Skip to content

Commit

Permalink
fix(docker): deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaspt committed Jan 11, 2022
1 parent ab33653 commit 403b0fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
with:
host: ${{ secrets.DOMANE_SSH_HOST }}
username: ${{ secrets.DOMANE_SSH_USER }}
passphrase: ${{ secrets.DOMANE_SSH_PASSPHRASE }}
key: ${{ secrets.DOMANE_SSH_PRIVATE_KEY}}
key: ${{ secrets.DOMANE_SSH_PRIVATE_KEY }}
script: |
cd /app && \
git stash && \
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ version: "3.8"

networks:
internal:
driver: overlay

volumes:
grafana_data:
Expand All @@ -28,7 +29,7 @@ services:

client:
image: ghcr.io/kostaspt/domane-client:latest
build:
build:
context: ./client
args:
- DOMAIN=${DOMAIN:?}
Expand Down

0 comments on commit 403b0fc

Please sign in to comment.