We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa9f83 commit de308fbCopy full SHA for de308fb
1 file changed
.github/workflows/deploy-ec2v2.yml
@@ -44,7 +44,7 @@ jobs:
44
key: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
45
port: 22
46
source: "./templates/flask-react/docker-compose.yml"
47
- target: "/home/ubuntu/templates/docker-compose.yml"
+ target: "./"
48
49
- name: copy files to server using SCP 2
50
uses: appleboy/scp-action@master
0 commit comments