We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e746e2 commit 7546e85Copy full SHA for 7546e85
1 file changed
.github/workflows/deploy-ec2v2.yml
@@ -83,14 +83,14 @@ jobs:
83
source: "./templates/flask-react/nginx/default.conf"
84
target: "/home/ubuntu/nginx/default.conf"
85
86
- - name: copy files to server using SCP
+ - name: copy files to server using SCP 4
87
uses: appleboy/scp-action@master
88
with:
89
host: ${{ secrets.EC2_HOST }}
90
username: ubuntu
91
key: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
92
port: 22
93
- source: "./template/flask-react/flask/Dockerfile"
+ source: "./templates/flask-react/flask/Dockerfile"
94
target: "/home/ubuntu/flask-react/Dockerfile"
95
96
0 commit comments