We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a742d commit 306223cCopy full SHA for 306223c
.github/workflows/deploy.yml
@@ -39,7 +39,7 @@ jobs:
39
username: ${{ secrets.AWS_USERNAME }}
40
key: ${{ secrets.SSH_PRIVATE_KEY }}
41
source: ./docker-compose.yml
42
- target: ~/play-hive/docker-compose.yml
+ target: ~/play-hive/
43
44
- name: Grant execute permission for gradlew
45
run: chmod +x ./gradlew
0 commit comments