Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
tomektom committed Nov 7, 2024
1 parent fbe940d commit 623aa00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- uses: actions/checkout@v4

- name: Copy ENV file
working-directory: ${{ secrets.DESTINATION_PATH }}
run: echo "${{ vars.APP_ENV_FILE }}" > .env

- name: Build Docker image
Expand All @@ -31,4 +32,4 @@ jobs:

- name: Run Docker image
working-directory: ${{ secrets.DESTINATION_PATH }}
run: docker compose up -d
run: docker compose up -d web

0 comments on commit 623aa00

Please sign in to comment.