Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsiungw committed May 15, 2024
1 parent 705fe2c commit cd8a402
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
command: |
cd /var/www
cat personal_access_token | docker login ghcr.io -u mhsiungw --password-stdin
sudo docker-compose stop & docker-compose rm && docker-compose up --build -d
sudo docker-compose stop && sudo docker-compose rm -f && sudo docker-compose pull && sudo docker-compose up --build -d
2 changes: 1 addition & 1 deletion app/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"staging": "dotenvx run --env-file=.env.staging -- nodemon ./bin/www",
"start": "dotenvx run --env-file=.env.production -- node ./bin/www",
"seed": "dotenvx run --env-file=.env.development -- node ./bin/db/seed",
"prod-seed": "dotenvx run --env-file=.env.production node ./bin/db/seed",
"prod-seed": "dotenvx run --env-file=.env.production -- node ./bin/db/seed",
"lint": "eslint .",
"format": "eslint --fix ."
},
Expand Down

0 comments on commit cd8a402

Please sign in to comment.