Skip to content

Commit

Permalink
ci: try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Sep 29, 2023
1 parent 9fc6683 commit 9c9d2f0
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
environment: ${{ github.ref == 'refs/heads/master' && 'production' || 'staging' }}
steps:
- uses: actions/checkout@v4
- run: ${{ github.ref == 'refs/heads/master' && 'production' || 'staging' }}
# - name: Use Node 17x
# uses: actions/setup-node@v3
# with:
Expand All @@ -18,17 +19,17 @@ jobs:
# run: npm run test
# - name: Build Site
# run: npm run build
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: ${{ secrets.AWS_OIDC_ROLE }}
role-session-name: GitHub-Action-Role
aws-region: ${{ vars.AWS_REGION }}
# - name: Send Notification
# uses: voxmedia/github-action-slack-notify-build@v1
# - name: Configure AWS Credentials
# uses: aws-actions/configure-aws-credentials@v1
# with:
# channel: scratchjr-web-notifications
# status: STARTED
# color: good
# env:
# SLACK_BOT_TOKEN: ${{secrets.SLACK_ACCESS_TOKEN}}
# role-to-assume: ${{ secrets.AWS_OIDC_ROLE }}
# role-session-name: GitHub-Action-Role
# aws-region: ${{ vars.AWS_REGION }}
# # - name: Send Notification
# # uses: voxmedia/github-action-slack-notify-build@v1
# # with:
# # channel: scratchjr-web-notifications
# # status: STARTED
# # color: good
# # env:
# # SLACK_BOT_TOKEN: ${{secrets.SLACK_ACCESS_TOKEN}}

0 comments on commit 9c9d2f0

Please sign in to comment.