Skip to content

Commit

Permalink
Update ProdServerDeploy.yml for new prod server
Browse files Browse the repository at this point in the history
  • Loading branch information
wreiske authored Nov 16, 2023
1 parent 18ac9a8 commit b79298d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ProdServerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

build:
needs: test
runs-on: wgd-dev
runs-on: wgd-prod

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -73,8 +73,8 @@ jobs:
run: |
docker run -d --name wikigdrive-prod \
-v wikiGDriveProd:/data \
-v /home/githubactions/wikigdrive/service_account.json:/service_account.json \
-v /home/githubactions/wikigdrive/env.prod:/usr/src/app/.env \
-v /home/wikigdrive/service_account.json:/service_account.json \
-v /home/wikigdrive/env.prod:/usr/src/app/.env \
-v /var/run/docker.sock:/var/run/docker.sock \
-v "/var/www/wikigdrive.com:/usr/src/app/dist/hugo" \
-e "GIT_SHA=${GITHUB_SHA}" \
Expand Down

0 comments on commit b79298d

Please sign in to comment.