mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
remove todo
This commit is contained in:
parent
1415f68078
commit
82d1353197
1 changed files with 1 additions and 5 deletions
6
.github/workflows/deploy.yaml
vendored
6
.github/workflows/deploy.yaml
vendored
|
|
@ -1,7 +1,5 @@
|
|||
name: Deploy
|
||||
|
||||
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 1 * * *' # 1AM UTC; 9PM Eastern
|
||||
|
|
@ -16,7 +14,6 @@ jobs:
|
|||
permissions:
|
||||
id-token: write
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
# Setup tools
|
||||
- uses: actions/setup-go@v2
|
||||
|
|
@ -42,6 +39,5 @@ 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
|
||||
|
||||
# Test a quick one first. TODO: remove
|
||||
- run: ko publish ./cmd/random
|
||||
# Deploy!
|
||||
- run: ./deploy.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue