Merge pull request #2 from fccn/igobranco/multiple-changes #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy | ||
on: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
jobs: | ||
ci: | ||
name: Deploy to Buckets | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Deploy to all environments | ||
run: deploy.sh | ||
env: | ||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
AWS_SECRET_ACCESS_KEY: ${{ AWS_SECRET_ACCESS_KEY }} | ||
Check failure on line 22 in .github/workflows/deploy.yml GitHub Actions / DeployInvalid workflow file
|
||