wip
This commit is contained in:
@@ -37,20 +37,20 @@ jobs:
|
||||
name: production-files
|
||||
path: dist/
|
||||
|
||||
stapler:
|
||||
name: "Deploy to Stapler"
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Download production files
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: production-files
|
||||
path: ./dist
|
||||
- name: Upload to Stapler server
|
||||
uses: actions/stapler-deploy@v1
|
||||
with:
|
||||
path: dist
|
||||
token: ${{ secrets.STAPLER_TOKEN }}
|
||||
target: ${{ github.repository }}
|
||||
extra_curl_args: ${{ vars.STAPLER_CURL_ARGS }}
|
||||
# stapler:
|
||||
# name: "Deploy to Stapler"
|
||||
# runs-on: ubuntu-latest
|
||||
# needs: build
|
||||
# steps:
|
||||
# - name: Download production files
|
||||
# uses: actions/download-artifact@v3
|
||||
# with:
|
||||
# name: production-files
|
||||
# path: ./dist
|
||||
# - name: Upload to Stapler server
|
||||
# uses: actions/stapler-deploy@v1
|
||||
# with:
|
||||
# path: dist
|
||||
# token: ${{ secrets.STAPLER_TOKEN }}
|
||||
# target: ${{ github.repository }}
|
||||
# extra_curl_args: ${{ vars.STAPLER_CURL_ARGS }}
|
||||
|
||||
Reference in New Issue
Block a user