Skip to content

Commit

Permalink
Merge pull request #10 from MHP24/dev
Browse files Browse the repository at this point in the history
fix: publish.yml syntax (-run:)
  • Loading branch information
MHP24 authored Feb 6, 2024
2 parents e690124 + 1ee1ce0 commit 8fba0fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
password: ${{ secrets.TOKEN_CD }}

- name: Create .env file for client
- run: |
run: |
echo "${{ secrets.ENV_CLIENT }}" > client/.env
- name: Build the Docker image
Expand All @@ -46,4 +46,4 @@ jobs:
docker compose -f docker-compose.prod.yml down
docker container prune -f
docker image rm ${{ secrets.DOCKER_PRODUCTION_IMAGE }} -f
docker compose -f docker-compose.prod.yml up -d
docker compose -f docker-compose.prod.yml up -d

0 comments on commit 8fba0fc

Please sign in to comment.