Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy_feature_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
npm run build

- name: Build And Apply Feature Branch to Dev
uses: opensesame/core-github-actions/build-apply@v1
uses: opensesame/core-github-actions/build-apply@v3
id: build_apply
with:
github_ssh_key: ${{ secrets.ORG_READ_ONLY_SSH_KEY }}
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
aws ecs update-service --cluster $ECR_CLUSTER --service $ECS_SERVICE --force-new-deployment

- name: Deploy to Dev
uses: opensesame/core-github-actions/deploy@v1
uses: opensesame/core-github-actions/deploy@v3
with:
github_ssh_key: ${{ secrets.ORG_READ_ONLY_SSH_KEY }}
terraform_root: dev
Expand Down