mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-09 09:42:07 +00:00
Change develop to development branch name (#1951)
This commit is contained in:
parent
794e38abe3
commit
bbe1cd83ca
2
.github/workflows/deploy-rinkeby.yml
vendored
2
.github/workflows/deploy-rinkeby.yml
vendored
@ -112,7 +112,7 @@ jobs:
|
|||||||
|
|
||||||
# Script to deploy to development environment
|
# Script to deploy to development environment
|
||||||
- name: 'Deploy to S3: Develop'
|
- name: 'Deploy to S3: Develop'
|
||||||
if: github.ref == 'refs/heads/develop'
|
if: github.ref == 'refs/heads/development'
|
||||||
run: aws s3 sync build s3://${{ secrets.AWS_DEV_BUCKET_NAME }}/app --delete
|
run: aws s3 sync build s3://${{ secrets.AWS_DEV_BUCKET_NAME }}/app --delete
|
||||||
|
|
||||||
# Script to deploy to staging environment
|
# Script to deploy to staging environment
|
||||||
|
Loading…
x
Reference in New Issue
Block a user