Last active
December 30, 2020 17:32
-
-
Save rafaeldalsenter/5e59b6d34e1cb6948a3f51f7ebe74f54 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM rafaeldalsenter/k8s-cloud-deploy:1.0 | |
ENV PROJECT_ID=test-project | |
ENV REGION=us-west1 | |
ENV CLOUD=gcp | |
# This "." folder contains K8s files and CREDENTIALS.json | |
COPY . /app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment