Skip to content

Commit

Permalink
path correction for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
emrergin committed Dec 30, 2023
1 parent 42218f9 commit 6c04d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: app
path: /home/zulmet/servers/belief/
path: /home/zulmet/servers/belief/standalone
- name: Copy .env
run: cp /home/zulmet/servers/.env /home/zulmet/servers/belief/standalone/.env
- name: Update server.js
Expand Down

0 comments on commit 6c04d65

Please sign in to comment.