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

Commit 66dd809

Browse files
authored
Merge pull request #899 from alphagov/remove-frontend-deploy-travis
Remove frontend deployment from travis
2 parents 1329868 + e87c4cf commit 66dd809

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

-9
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,11 @@ after_success:
2929
- sudo apt-get install cf-cli
3030
deploy:
3131
# To Staging
32-
- provider: script
33-
script: scripts/deploy.sh publish-data-beta-staging staging app
34-
on:
35-
repo: alphagov/datagovuk_publish
3632
- provider: script
3733
script: scripts/deploy.sh publish-data-beta-staging-worker staging worker
3834
on:
3935
repo: alphagov/datagovuk_publish
4036
# To Production
41-
- provider: script
42-
script: scripts/deploy.sh publish-data-beta-production production app
43-
on:
44-
repo: alphagov/datagovuk_publish
45-
tags: true
4637
- provider: script
4738
script: scripts/deploy.sh publish-data-beta-production-worker production worker
4839
on:

0 commit comments

Comments
 (0)