Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
davema-clan committed May 16, 2024
1 parent 18fd6f8 commit de4ef14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:

- name: update script
run: |
sed -i "s|IMAGE=\"\"|IMAGE=$IMAGE|g" appspec.yml
sed -i "s|APP_NAME=\"\"|APP_NAME=$IMAGE_NAME|g" appspec.yml
sed -i "s|IMAGE=\"\"|IMAGE=$IMAGE|g" aws/appspec.yml
sed -i "s|APP_NAME=\"\"|APP_NAME=$IMAGE_NAME|g" aws/appspec.yml
- name: Deploy to AWS
env:
Expand Down

0 comments on commit de4ef14

Please sign in to comment.