Skip to content

Commit 8c872a4

Browse files
authored
Remove edgio config (#44)
1 parent fe31d40 commit 8c872a4

8 files changed

Lines changed: 0 additions & 9141 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,3 @@ jobs:
3535
- name: "Install deps"
3636
working-directory: ./cdn-config
3737
run: npm install
38-
- name: "Deploy CND Config"
39-
working-directory: ./cdn-config
40-
# Deploys new config and also purges cache
41-
run: npx edgio deploy --property=swapi-elixir-profiq --organization=profiq --environment=dev --purge-cache-on-deploy --token ${{ secrets.EDGIO_DEPLOY_TOKEN }}

.github/workflows/deploy-prod.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,3 @@ jobs:
3131
- name: "Install deps"
3232
working-directory: ./cdn-config
3333
run: npm install
34-
- name: "Deploy CND Config"
35-
working-directory: ./cdn-config
36-
# Deploys new config and also purges cache
37-
run: npx edgio deploy --property=swapi-elixir-profiq --organization=profiq --environment=production --token ${{ secrets.EDGIO_DEPLOY_TOKEN }}
38-
- name: "Purge homepage"
39-
working-directory: ./cdn-config
40-
run: npx edgio cache-clear --property=swapi-elixir-profiq --organization=profiq --environment=production --token ${{ secrets.EDGIO_DEPLOY_TOKEN }} --path=/
41-

cdn-config/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

cdn-config/README.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

cdn-config/edgio.config.js

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)