Skip to content

Commit

Permalink
Checkout code for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-emilius committed Dec 1, 2024
1 parent 923cc57 commit 26e8041
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
script: |
docker compose -f docker-compose.prod.yml --env-file=.env.prod down --remove-orphans --rmi all
- name: Checkout Code
uses: actions/checkout@v4

- name: Create main.cf and master.cf File
run: |
echo "${{ vars.POSTFIX_MAIN_CF }}" > main.cf
Expand Down

0 comments on commit 26e8041

Please sign in to comment.