Skip to content

Commit

Permalink
fix envvar
Browse files Browse the repository at this point in the history
  • Loading branch information
4l3j0Ok committed Nov 30, 2023
1 parent c7ea6a7 commit c56448f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
-
name: Copy docker-compose.yaml
run: |
cp -f ./deploy/docker-compose.yaml ${{ PROJECT_PATH }}/docker-compose.yaml
cp -f ./deploy/docker-compose.yaml ${{ secrets.PROJECT_PATH }}/docker-compose.yaml
-
name: Pull changes and restart
run: |
cd ${{ PROJECT_PATH }}
cd ${{ secrets.PROJECT_PATH }}
docker-compose down --remove-orphans
docker-compose pull
docker-compose up -d

0 comments on commit c56448f

Please sign in to comment.