Skip to content

Commit

Permalink
ci: why did it stop?
Browse files Browse the repository at this point in the history
  • Loading branch information
Gum-Joe committed Aug 21, 2024
1 parent b416a20 commit bb1e2c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
IMPAAS_APP_NAME: cpp-connect
TSURU_TOKEN: ${{ secrets.IMPAAS_DEPLOY_TOKEN }}
# TSURU_TOKEN: ${{ secrets.IMPAAS_DEPLOY_TOKEN }}

on:
push:
Expand Down Expand Up @@ -124,9 +124,9 @@ jobs:
run: curl -fsSL "https://tsuru.io/get" | bash
- name: Add ImPaaS target
run: tsuru target add impaas https://impaas.uk -s
- name: Write token to file to login
run: echo $TSURU_TOKEN > ~/.tsuru/token
- name: Check token present
run: wc -c ~/.tsuru/token
- name: Deploy app
run: tsuru app deploy -a $IMPAAS_APP_NAME --dockerfile Dockerfile --message "GitHub deployment for commit ${{ github.sha }} branch ${{ github.ref }}"
# - name: Write token to file to login
# run: echo $TSURU_TOKEN > ~/.tsuru/token
# - name: Check token present
# run: wc -c ~/.tsuru/token
# - name: Deploy app
# run: tsuru app deploy -a $IMPAAS_APP_NAME --dockerfile Dockerfile --message "GitHub deployment for commit ${{ github.sha }} branch ${{ github.ref }}"

0 comments on commit bb1e2c0

Please sign in to comment.