Skip to content

Commit 917b53c

Browse files
committed
update production zip-and-upload
1 parent c250d2f commit 917b53c

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/zip-and-upload-to-s3-production.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
name: Zip and Upload to S3 for Production
1+
name: Zip and Upload to S3 for Development
22

33
on:
44
push:
55
branches:
6-
- main
6+
- production
77

88
jobs:
9+
deploy-after-testing:
10+
uses: ./.github/workflows/Run-Tests.yml
911
zip-and-upload:
1012
runs-on: ubuntu-latest
13+
needs: [deploy-after-testing]
1114
steps:
1215
- uses: actions/checkout@v2
1316
- run: mkdir zip

latestCommit.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
<<<<<<< HEAD
2-
724ebd7e097d4848846957797dbe985f03fa17c7
3-
=======
4-
23197cc74ab3bdcac8d4741faeb20a51e080093a
5-
>>>>>>> 18594a9 (test)
1+
724ebd7e097d4848846957797dbe985f03fa17c7

0 commit comments

Comments
 (0)