Change develop to development branch name (#1951)

This commit is contained in:
Daniel Sanchez 2021-02-24 21:58:23 +01:00 committed by GitHub
parent 794e38abe3
commit bbe1cd83ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ jobs:
# Script to deploy to development environment
- 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
# Script to deploy to staging environment