Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,3 @@ jobs:
- name: "Install deps"
working-directory: ./cdn-config
run: npm install
- name: "Deploy CND Config"
working-directory: ./cdn-config
# Deploys new config and also purges cache
run: npx edgio deploy --property=swapi-elixir-profiq --organization=profiq --environment=dev --purge-cache-on-deploy --token ${{ secrets.EDGIO_DEPLOY_TOKEN }}
8 changes: 0 additions & 8 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,3 @@ jobs:
- name: "Install deps"
working-directory: ./cdn-config
run: npm install
- name: "Deploy CND Config"
working-directory: ./cdn-config
# Deploys new config and also purges cache
run: npx edgio deploy --property=swapi-elixir-profiq --organization=profiq --environment=production --token ${{ secrets.EDGIO_DEPLOY_TOKEN }}
- name: "Purge homepage"
working-directory: ./cdn-config
run: npx edgio cache-clear --property=swapi-elixir-profiq --organization=profiq --environment=production --token ${{ secrets.EDGIO_DEPLOY_TOKEN }} --path=/

4 changes: 0 additions & 4 deletions cdn-config/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions cdn-config/README.md

This file was deleted.

110 changes: 0 additions & 110 deletions cdn-config/edgio.config.js

This file was deleted.

Loading
Loading