Skip to content

Commit

Permalink
update: adding missing parent for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
brianangulo committed Oct 5, 2022
1 parent 9f4de4e commit 71ff375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerpush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
hosts: ${{ secrets.SSH_HOST }}
privateKey: ${{ secrets.SSH_KEY }}
command: |
echo ${{ env.CURRENT_TAG }} > /home/ec2-user/larabrute/.env
echo CURRENT_TAG=${{ env.CURRENT_TAG }} > /home/ec2-user/larabrute/.env
bash /home/ec2-user/update_larabrute.sh
release-app:
Expand Down

0 comments on commit 71ff375

Please sign in to comment.