Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
keroxp authored Jun 18, 2024
1 parent 9926084 commit e113435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Before using action, ensure `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` adde
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1
- uses: loilo-inc/actions-setup-cage@master
- uses: loilo-inc/actions-deploy-cage@master
- uses: actions/checkout@v3
- uses: loilo-inc/actions-setup-cage@v5
- uses: loilo-inc/actions-deploy-cage@v4
with:
region: us-west-2
deploy-context: .deploy/development/your-service
Expand Down

0 comments on commit e113435

Please sign in to comment.