1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-18 23:03:06 +00:00

test after deployment

This commit is contained in:
Jason Hall 2021-09-22 11:51:43 -04:00
parent 82d1353197
commit a92de27826
3 changed files with 7 additions and 3 deletions

View file

@ -39,5 +39,7 @@ jobs:
gcloud auth login --brief --cred-file="${{ steps.auth.outputs.credentials_file_path }}"
gcloud auth print-access-token | ko login gcr.io --username=oauth2accesstoken --password-stdin
# Deploy!
# Deploy and test
- run: ./deploy.sh
- run: ./test.sh