mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 17:14:32 +01:00
Terraform
This commit is contained in:
parent
311bfc7f90
commit
a929113cea
9
.github/workflows/build-and-publish-kjs.yml
vendored
9
.github/workflows/build-and-publish-kjs.yml
vendored
@ -19,12 +19,3 @@ jobs:
|
|||||||
# Build application
|
# Build application
|
||||||
- name: Test and Build
|
- name: Test and Build
|
||||||
run: ./gradlew :web-app:build
|
run: ./gradlew :web-app:build
|
||||||
|
|
||||||
# If main branch update, deploy to gh-pages
|
|
||||||
- name: Deploy
|
|
||||||
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/KMP'
|
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.0
|
|
||||||
with:
|
|
||||||
BRANCH: gh-pages # The branch the action should deploy to.
|
|
||||||
FOLDER: web-app/build/distributions # The folder the action should deploy.
|
|
||||||
CLEAN: true # Automatically remove deleted files from the deploy branch
|
|
||||||
|
1
.github/workflows/tf-refresh.yml
vendored
1
.github/workflows/tf-refresh.yml
vendored
@ -12,7 +12,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USER }}
|
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USER }}
|
||||||
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
|
||||||
ARM_ACCESS_KEY: ${{ secrets.ARM_ACCESS_KEY }}
|
|
||||||
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
|
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
|
||||||
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
|
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
|
||||||
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
|
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
|
||||||
|
Loading…
Reference in New Issue
Block a user