We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a71d7 commit 9712e09Copy full SHA for 9712e09
1 file changed
.github/workflows/deploy-ec2.yml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Template nginx configuration
57
run: |
58
- jinjanate deploy/nginx/nginx.conf.j2 --format=env .env -o deploy/nginx/nginx.conf
+ jinjanate deploy/nginx/nginx.conf.j2 .env --format=env -o deploy/nginx/nginx.conf
59
60
- name: Copy files to EC2
61
uses: appleboy/scp-action@v0.1.7
0 commit comments