Skip to content

Commit

Permalink
Merge pull request #1088 from Amsterdam-Music-Lab/ci/podman-down
Browse files Browse the repository at this point in the history
shut down containers in test deploy scenario
  • Loading branch information
BeritJanssen authored Jun 10, 2024
2 parents b929575 + b52d9ac commit ebeacba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Shut down running containers
run: podman compose -f docker-compose-deploy.yml down
- name: Create .env file
run: |
touch .env
Expand All @@ -81,7 +83,7 @@ jobs:
- name: Build Podman images
run: podman-compose -f docker-compose-deploy.yml build
- name: Deploy Podman images
run: podman-compose -f docker-compose-deploy.yml up -d --force-recreate
run: podman-compose -f docker-compose-deploy.yml up -d
- name: Notify Sentry of new release
run: |
curl -X POST "https://sentry.io/api/0/organizations/uva-aml/releases/" \
Expand Down

0 comments on commit ebeacba

Please sign in to comment.