Skip to content

Commit

Permalink
🔧 fix: add actions variable for ec2 instance
Browse files Browse the repository at this point in the history
  • Loading branch information
noparamin committed Nov 20, 2023
1 parent 7036f57 commit ad2912b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
instance-ids: ${{ secrets.INSTANCE_ID }}
instance-ids: ${{ secrets.PROD_INSTANCE_ID }}
working-directory: /usr/bin
command: |
docker pull noparamin/watchboard
Expand Down

0 comments on commit ad2912b

Please sign in to comment.