Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 1329868

Browse files
authored
Merge pull request #896 from alphagov/only-deploy-workers
Don't deploy the frontend as its not in use
2 parents a892027 + 922f6e1 commit 1329868

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scripts/deploy-production.sh

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
set -e
44

5-
cf zero-downtime-push publish-data-beta-production -f production-app-manifest.yml --show-app-log=true
65
cf zero-downtime-push publish-data-beta-production-worker -f production-worker-manifest.yml --show-app-log=true

scripts/deploy-staging.sh

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22

33
set -e
44

5-
cf zero-downtime-push publish-data-beta-staging -f staging-app-manifest.yml --show-app-log=true
65
cf zero-downtime-push publish-data-beta-staging-worker -f staging-worker-manifest.yml --show-app-log=true

0 commit comments

Comments
 (0)