Skip to content

Commit

Permalink
chore: change release yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inspxctelement committed Nov 1, 2022
1 parent 8718870 commit a6608af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Start API Container
continue-on-error: true
run: docker run --network=tarkov_dev --restart=unless-stopped --env-file=/data/api/api-staging.env --label "traefik.enable=true" --label "traefik.http.routers.stagingapidocs.service=stagingapidocs" --label "traefik.http.services.stagingapidocs.loadbalancer.server.port=80" --label "traefik.http.routers.stagingapidocs.rule=Host(\`docs.staging.tarkov-changes.com\`)" --name="staging-api-docs" -itd ghcr.io/illogicalnetwork/tarkov-changes-api-docs:staging
run: docker run --network=tarkov_dev --restart=unless-stopped --env-file=/data/api/api-staging.env --label "traefik.enable=true" --label "traefik.http.routers.stagingapidocs.service=stagingapidocs" --label "traefik.http.services.stagingapidocs.loadbalancer.server.port=4567" --label "traefik.http.routers.stagingapidocs.rule=Host(\`docs.staging.tarkov-changes.com\`)" --name="staging-api-docs" -itd ghcr.io/illogicalnetwork/tarkov-changes-api-docs:staging

- name: Stop Blue API Container
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Start API Container
continue-on-error: true
run: docker run --network=tarkov_dev --restart=unless-stopped --env-file=/data/api/api-prod.env --label "traefik.enable=true" --label "traefik.http.routers.apidocs.service=apidocs" --label "traefik.http.services.apidocs.loadbalancer.server.port=80" --label "traefik.http.routers.apidocs.rule=Host(\`docs.tarkov-changes.com\`)" --name="api-docs" -itd ghcr.io/illogicalnetwork/tarkov-changes-api-docs:latest
run: docker run --network=tarkov_dev --restart=unless-stopped --env-file=/data/api/api-prod.env --label "traefik.enable=true" --label "traefik.http.routers.apidocs.service=apidocs" --label "traefik.http.services.apidocs.loadbalancer.server.port=4567" --label "traefik.http.routers.apidocs.rule=Host(\`docs.tarkov-changes.com\`)" --name="api-docs" -itd ghcr.io/illogicalnetwork/tarkov-changes-api-docs:latest

- name: Stop Blue API Container
continue-on-error: true
Expand Down

0 comments on commit a6608af

Please sign in to comment.