Skip to content

Commit

Permalink
chore: remove deployment script and config for Dev7 environment (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
alismx authored Jan 30, 2024
1 parent 65dc0da commit c0488ca
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/deployDev7.yml

This file was deleted.

2 changes: 0 additions & 2 deletions _dev7_config.yml

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"build:dev4": "gulp build-sass && bundle exec jekyll build --config _config.yml,_dev4_config.yml",
"build:dev5": "gulp build-sass && bundle exec jekyll build --config _config.yml,_dev5_config.yml",
"build:dev6": "gulp build-sass && bundle exec jekyll build --config _config.yml,_dev6_config.yml",
"build:dev7": "gulp build-sass && bundle exec jekyll build --config _config.yml,_dev7_config.yml",
"build:test": "gulp build-sass && bundle exec jekyll build --config _config.yml,_test_config.yml",
"build:pentest": "gulp build-sass && bundle exec jekyll build --config _config.yml,_pentest_config.yml",
"build:training": "gulp build-sass && bundle exec jekyll build --config _config.yml,_training_config.yml",
Expand All @@ -39,7 +38,6 @@
"deploy-azure-dev4": "./deploy.sh dev4",
"deploy-azure-dev5": "./deploy.sh dev5",
"deploy-azure-dev6": "./deploy.sh dev6",
"deploy-azure-dev7": "./deploy.sh dev7",
"deploy-azure-test": "./deploy.sh test",
"deploy-azure-pentest": "./deploy.sh pentest",
"deploy-azure-training": "./deploy.sh training",
Expand Down

0 comments on commit c0488ca

Please sign in to comment.