Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Make upgrade scripts runnable as part of package
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Feb 15, 2019
1 parent 793bef5 commit a9b4759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ popd
cp -r deployment/pws package
cp -r deployment/deploy-cf.sh package/pws/deploy.sh
cp -r deployment/upgrade-cf.sh package/pws/upgrade.sh
chmod u+x package/pws/deploy.sh
chmod u+x package/pws/*.sh

mkdir package/pws/assets

Expand All @@ -33,7 +33,7 @@ cp -r web/package package/pws/assets/web
cp -r deployment/pcf package
cp -r deployment/deploy-cf.sh package/pcf/deploy.sh
cp -r deployment/upgrade-cf.sh package/pcf/upgrade.sh
chmod u+x package/pcf/deploy.sh
chmod u+x package/pcf/*.sh

mkdir package/pcf/assets

Expand Down

0 comments on commit a9b4759

Please sign in to comment.