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