We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3cf300 commit 900fee9Copy full SHA for 900fee9
.github/workflows/production-ci.yml
@@ -54,4 +54,4 @@ jobs:
54
host: ${{ secrets.HOST_PRODUCTION }}
55
username: ${{ secrets.USERNAME }}
56
key: ${{ secrets.PRIVATE_KEY }}
57
- script: rm -rf ~/frontends/codingblocks.online.projectx/* && cp -rf ~/temp/dist/* ~/frontends/codingblocks.online.projectx && rm -rf ~/temp
+ script: rm -rf ~/frontends/codingblocks.online.projectx/current/* && cp -rf ~/temp/dist/* ~/frontends/codingblocks.online.projectx/current && rm -rf ~/temp
0 commit comments