mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-19 21:18:09 +00:00
Fix Staging deployment parameter
This commit is contained in:
parent
8d53d03c3e
commit
797797a831
2
.github/workflows/deploy-ewc.yml
vendored
2
.github/workflows/deploy-ewc.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
|||||||
# Script to deploy to staging environment
|
# Script to deploy to staging environment
|
||||||
- name: 'Deploy to S3: Staging'
|
- name: 'Deploy to S3: Staging'
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: aws s3 sync build s3://${{ secrets.STAGING_BUCKET_NAME }}/current/app --delete
|
run: aws s3 sync build s3://${{ env.STAGING_BUCKET_NAME }}/current/app --delete
|
||||||
|
|
||||||
# Script to upload release files
|
# Script to upload release files
|
||||||
- run: bash ./scripts/github/deploy_release.sh
|
- run: bash ./scripts/github/deploy_release.sh
|
||||||
|
2
.github/workflows/deploy-mainnet.yml
vendored
2
.github/workflows/deploy-mainnet.yml
vendored
@ -92,7 +92,7 @@ jobs:
|
|||||||
# Script to deploy to staging environment
|
# Script to deploy to staging environment
|
||||||
- name: 'Deploy to S3: Staging'
|
- name: 'Deploy to S3: Staging'
|
||||||
if: github.ref == 'refs/heads/master' # Or refs/heads/main
|
if: github.ref == 'refs/heads/master' # Or refs/heads/main
|
||||||
run: aws s3 sync build s3://${{ secrets.STAGING_BUCKET_NAME }}/current/app --delete
|
run: aws s3 sync build s3://${{ env.STAGING_BUCKET_NAME }}/current/app --delete
|
||||||
|
|
||||||
# Script to upload release files
|
# Script to upload release files
|
||||||
- run: bash ./scripts/github/deploy_release.sh
|
- run: bash ./scripts/github/deploy_release.sh
|
||||||
|
2
.github/workflows/deploy-rinkeby.yml
vendored
2
.github/workflows/deploy-rinkeby.yml
vendored
@ -118,7 +118,7 @@ jobs:
|
|||||||
# Script to deploy to staging environment
|
# Script to deploy to staging environment
|
||||||
- name: 'Deploy to S3: Staging'
|
- name: 'Deploy to S3: Staging'
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: aws s3 sync build s3://${{ secrets.STAGING_BUCKET_NAME }}/current/app --delete
|
run: aws s3 sync build s3://${{ env.STAGING_BUCKET_NAME }}/current/app --delete
|
||||||
|
|
||||||
# Script to upload release files
|
# Script to upload release files
|
||||||
- run: bash ./scripts/github/deploy_release.sh
|
- run: bash ./scripts/github/deploy_release.sh
|
||||||
|
2
.github/workflows/deploy-volta.yml
vendored
2
.github/workflows/deploy-volta.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
|||||||
# Script to deploy to staging environment
|
# Script to deploy to staging environment
|
||||||
- name: 'Deploy to S3: Staging'
|
- name: 'Deploy to S3: Staging'
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: aws s3 sync build s3://${{ secrets.STAGING_BUCKET_NAME }}/current/app --delete
|
run: aws s3 sync build s3://${{ env.STAGING_BUCKET_NAME }}/current/app --delete
|
||||||
|
|
||||||
# Script to upload release files
|
# Script to upload release files
|
||||||
- run: bash ./scripts/github/deploy_release.sh
|
- run: bash ./scripts/github/deploy_release.sh
|
||||||
|
2
.github/workflows/deploy-xdai.yml
vendored
2
.github/workflows/deploy-xdai.yml
vendored
@ -114,7 +114,7 @@ jobs:
|
|||||||
# Script to deploy to staging environment
|
# Script to deploy to staging environment
|
||||||
- name: 'Deploy to S3: Staging'
|
- name: 'Deploy to S3: Staging'
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
run: aws s3 sync build s3://${{ secrets.STAGING_BUCKET_NAME }}/current/app --delete
|
run: aws s3 sync build s3://${{ env.STAGING_BUCKET_NAME }}/current/app --delete
|
||||||
|
|
||||||
# Script to upload release files
|
# Script to upload release files
|
||||||
- run: bash ./scripts/github/deploy_release.sh
|
- run: bash ./scripts/github/deploy_release.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user