Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,7 @@ jobs:
WEB_IMAGE=ghcr.io/${{ github.repository }}-web:${{ github.sha }}
echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
cd ~/deployed_apps/futureself-mono
export API_IMAGE=$API_IMAGE
export WEB_IMAGE=$WEB_IMAGE
docker compose pull
API_IMAGE=$API_IMAGE WEB_IMAGE=$WEB_IMAGE docker compose up -d --no-deps --force-recreate
docker compose up -d --no-deps --force-recreate
Loading