Skip to content

Commit

Permalink
Dummy build test
Browse files Browse the repository at this point in the history
  • Loading branch information
varesa committed Apr 17, 2024
1 parent 0fa50dd commit 8431609
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/test.yml
Expand Up @@ -3,31 +3,31 @@ name: ci
on:
push:
branches:
- "test"
- "citunk"

jobs:
# build:
# runs-on: actions-runner
# steps:
# - name: Checkout
# uses: actions/checkout@v4
# - name: build-action
# uses: ./.github/build-action
# with:
# registry_username: ${{ github.actor }}
# registry_password: ${{ github.token }}

deploy:
build:
runs-on: actions-runner
#needs: build
environment:
name: test
url: https://webbi-test.wappuradio.fi
steps:
- name: Checkout
uses: actions/checkout@v4
- name: build-action
uses: ./.github/build-action
with:
registry_username: ${{ github.actor }}
registry_password: ${{ github.token }}

- run: echo "${{ secrets.KUBECONFIG_BASE64 }}" | base64 -d | grep -v token
# deploy:
# runs-on: actions-runner
# #needs: build
# environment:
# name: test
# url: https://webbi-test.wappuradio.fi
# steps:
# - name: Checkout
# uses: actions/checkout@v4
#
# - run: echo "${{ secrets.KUBECONFIG_BASE64 }}" | base64 -d | grep -v token

# - name: deploy-action
# uses: ./.github/deploy-action
Expand Down

0 comments on commit 8431609

Please sign in to comment.