Skip to content

Instantly share code, notes, and snippets.

View danner26's full-sized avatar
🏠
Working from home

Daniel W. Anner danner26

🏠
Working from home
View GitHub Profile
echo "HELLO"

Keybase proof

I hereby claim:

  • I am danner26 on github.
  • I am danner26 (https://keybase.io/danner26) on keybase.
  • I have a public key whose fingerprint is 011C DFBF 7335 2047 824E E0A2 F459 4501 48F2 7F38

To claim this, I am signing this object:

@danner26
danner26 / deploy_test.sh
Created June 3, 2019 20:00
Angular Deploy Script [TEST]
#!/bin/bash
###Create and deploy
#Build codebase
cd $DEV_BASE
#overwrite the global.ts with our prod config
yes | cp $DEV_BASE/src/app/global_test.ts $DEV_BASE/src/app/global.ts
#run versioning script
node $DEV_BASE/src/version.js
@danner26
danner26 / deploy.sh
Last active June 3, 2019 19:59
Angular Deploy Script [PROD]
#!/bin/bash
###Create and deploy
#Build codebase
cd $DEV_BASE
#overwrite the global.ts with our prod config
yes | cp $DEV_BASE/src/app/global_prod.ts $DEV_BASE/src/app/global.ts
#run versioning script
node $DEV_BASE/src/version.js

Keybase proof

I hereby claim:

  • I am danner26 on github.
  • I am danner26 (https://keybase.io/danner26) on keybase.
  • I have a public key whose fingerprint is E975 BAF4 FE4D 9F55 A690 F9CC 64B3 DDFF 8BAF E072

To claim this, I am signing this object: