mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-08 20:20:01 +08:00
Repo change
This commit is contained in:
2
.github/workflows/do-spaces-workflow.yml
vendored
2
.github/workflows/do-spaces-workflow.yml
vendored
@@ -23,8 +23,6 @@ jobs:
|
|||||||
npm ci
|
npm ci
|
||||||
npm test
|
npm test
|
||||||
npm run build
|
npm run build
|
||||||
env:
|
|
||||||
DIGITALOCEAN_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}
|
|
||||||
|
|
||||||
- name: Deploy commit to DigitalOcean Spaces
|
- name: Deploy commit to DigitalOcean Spaces
|
||||||
run: aws s3 sync ./dist s3://${{ secrets.SPACES_BUCKET }}/commits/nginxconfig/${{ github.sha }} --endpoint=https://${{ secrets.SPACES_REGION }}.digitaloceanspaces.com --acl public-read --content-encoding utf8
|
run: aws s3 sync ./dist s3://${{ secrets.SPACES_BUCKET }}/commits/nginxconfig/${{ github.sha }} --endpoint=https://${{ secrets.SPACES_REGION }}.digitaloceanspaces.com --acl public-read --content-encoding utf8
|
||||||
|
2
.github/workflows/gh-pages-workflow.yml
vendored
2
.github/workflows/gh-pages-workflow.yml
vendored
@@ -26,8 +26,6 @@ jobs:
|
|||||||
npm ci
|
npm ci
|
||||||
npm test
|
npm test
|
||||||
npm run build
|
npm run build
|
||||||
env:
|
|
||||||
DIGITALOCEAN_TOKEN: ${{ secrets.DIGITALOCEAN_TOKEN }}
|
|
||||||
|
|
||||||
- name: Deploy master to GitHub Pages
|
- name: Deploy master to GitHub Pages
|
||||||
uses: JamesIves/github-pages-deploy-action@2.0.0
|
uses: JamesIves/github-pages-deploy-action@2.0.0
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "nginxconfig-vue",
|
"name": "nginxconfig.io",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@@ -22,16 +22,16 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/do-community/nginxconfig-vue.git"
|
"url": "git+https://github.com/digitalocean/nginxconfig.io.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"nginx"
|
"nginx"
|
||||||
],
|
],
|
||||||
"author": "DigitalOcean",
|
"author": "DigitalOcean",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/do-community/nginxconfig-vue/issues"
|
"url": "https://github.com/digitalocean/nginxconfig.io/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/do-community/nginxconfig-vue#readme",
|
"homepage": "https://github.com/digitalocean/nginxconfig.io#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"clone": "^2.1.2",
|
"clone": "^2.1.2",
|
||||||
"copy-to-clipboard": "^3.3.1",
|
"copy-to-clipboard": "^3.3.1",
|
||||||
|
Reference in New Issue
Block a user