mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-05 17:29:39 -06:00
add git pull to staging and produciton deploy workflows
This commit is contained in:
4
.github/workflows/production-deploy.yml
vendored
4
.github/workflows/production-deploy.yml
vendored
@@ -87,7 +87,9 @@ jobs:
|
||||
username: ${{ secrets.DEMO_SERVER_USER }}
|
||||
key: ${{ secrets.DEMO_SERVER_SSH_KEY }}
|
||||
script: |
|
||||
cd checkmate/docker/prod
|
||||
cd checkmate
|
||||
git pull
|
||||
cd docker/prod
|
||||
docker compose down
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
|
||||
4
.github/workflows/staging-deploy.yml
vendored
4
.github/workflows/staging-deploy.yml
vendored
@@ -87,7 +87,9 @@ jobs:
|
||||
username: ${{ secrets.STAGING_SERVER_USER }}
|
||||
key: ${{ secrets.STAGING_SERVER_SSH_KEY }}
|
||||
script: |
|
||||
cd checkmate/docker/staging
|
||||
cd checkmate
|
||||
git pull
|
||||
cd docker/staging
|
||||
docker compose down
|
||||
docker compose pull
|
||||
docker compose up -d
|
||||
|
||||
Reference in New Issue
Block a user