Merge pull request #145 from FL303/main #142
This file contains 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
name: CI for Production | |
on: | |
push: | |
branches: [main] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository and submodules | |
uses: actions/checkout@v2 | |
with: | |
submodules: recursive | |
- name: Build and Push to Humanitec | |
uses: humanitec/build-push-to-humanitec@v1 | |
with: | |
humanitec-token: ${{ secrets.HUMANITEC_TOKEN }} | |
organization: internaldeveloperplatform | |
additional-docker-arguments: --build-arg env=production |