Skip to content

Merge pull request #2169 from CityOfPhiladelphia/helper-text-changes #572

Merge pull request #2169 from CityOfPhiladelphia/helper-text-changes

Merge pull request #2169 from CityOfPhiladelphia/helper-text-changes #572

Workflow file for this run

name: Deploy to staging
on:
push:
branches:
- staging
jobs:
deploy:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-1
- uses: actions/checkout@v2
- id: staging-deploy
uses: webfactory/[email protected]
with:
application: staging-phila-gov
- run:
aws cloudfront create-invalidation --distribution-id ${{ secrets.STAGING_CLOUDFRONT_DISTRIBUTION_ID }} --paths "/*"