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:
parent
82d1353197
commit
a92de27826
3 changed files with 7 additions and 3 deletions
4
.github/workflows/deploy.yaml
vendored
4
.github/workflows/deploy.yaml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue