Skip to content

Commit 7546e85

Browse files
committed
n
1 parent 3e746e2 commit 7546e85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-ec2v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,14 @@ jobs:
8383
source: "./templates/flask-react/nginx/default.conf"
8484
target: "/home/ubuntu/nginx/default.conf"
8585

86-
- name: copy files to server using SCP
86+
- name: copy files to server using SCP 4
8787
uses: appleboy/scp-action@master
8888
with:
8989
host: ${{ secrets.EC2_HOST }}
9090
username: ubuntu
9191
key: ${{ secrets.EC2_SSH_PRIVATE_KEY }}
9292
port: 22
93-
source: "./template/flask-react/flask/Dockerfile"
93+
source: "./templates/flask-react/flask/Dockerfile"
9494
target: "/home/ubuntu/flask-react/Dockerfile"
9595

9696

0 commit comments

Comments
 (0)