Skip to content

Commit

Permalink
chore: create dist
Browse files Browse the repository at this point in the history
  • Loading branch information
codedealer committed Jun 20, 2024
1 parent 7f62e2c commit 372bd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
echo "${{ secrets.DEPLOY_KEY }}" > deploy_key
chmod 600 deploy_key
ssh -o StrictHostKeyChecking=no -i deploy_key ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_SERVER }} "rm -rf ${DEPLOY_PATH}/dist"
ssh -o StrictHostKeyChecking=no -i deploy_key ${{ secrets.DEPLOY_USER }}@${{ secrets.DEPLOY_SERVER }} "rm -rf ${DEPLOY_PATH}/dist && mkdir -p ${DEPLOY_PATH}/dist"
rm deploy_key
- name: Deploy to server
Expand Down

0 comments on commit 372bd2e

Please sign in to comment.