trigger statichost build from github actions
This commit is contained in:
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
@@ -41,12 +41,7 @@ jobs:
|
|||||||
path: build/
|
path: build/
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
# Uncomment and configure for deployment:
|
- name: Deploy to statichost.eu
|
||||||
# - name: Deploy to server
|
if: github.ref == 'refs/heads/main'
|
||||||
# if: github.ref == 'refs/heads/main'
|
run: |
|
||||||
# run: |
|
curl -XPOST https://builder.statichost.eu/repomaa-cv
|
||||||
# # Add your deployment commands here
|
|
||||||
# # Example using rsync:
|
|
||||||
# # rsync -avz --delete build/ user@your-server:/var/www/cv/
|
|
||||||
# env:
|
|
||||||
# SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user