Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[snackpub] cleanup cloud run deployment resources #449

Merged
merged 1 commit into from
Jul 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/snackpub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@ jobs:
run: ./bin/prune-gcr snackpub --dry-run
working-directory: ./

- name: 🚀 Deploy snackpub to cloud run
run: ./scripts/deploy.sh -e staging
working-directory: snackpub

- name: 🚀 Deploy snackpub to k8s
run: skaffold deploy --status-check --build-artifacts /tmp/build.json
working-directory: snackpub
Expand Down Expand Up @@ -170,10 +166,6 @@ jobs:
ENVIRONMENT: production
SKAFFOLD_PUSH_IMAGE: 'true'

- name: 🚀 Deploy snackpub to cloud run
run: ./scripts/deploy.sh -e production
working-directory: snackpub

- name: 🚀 Deploy snackpub to k8s
run: skaffold deploy --status-check --build-artifacts /tmp/build.json
working-directory: snackpub
Expand Down
60 changes: 0 additions & 60 deletions snackpub/scripts/deploy.sh

This file was deleted.

2 changes: 0 additions & 2 deletions snackpub/secrets/.gitattributes

This file was deleted.

Binary file removed snackpub/secrets/production/snackpub.env.yaml
Binary file not shown.
Binary file removed snackpub/secrets/staging/snackpub.env.yaml
Binary file not shown.
Loading