Skip to content

Commit

Permalink
chore: ci work #38
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Apr 12, 2024
1 parent d3b7338 commit 286ab54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and push containers to Github Container Registry and apply rolling u
on:
push:
branches:
- develop
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
- name: Who am I
run: whoami

- Name: checkout
- name: checkout
run: |
cd /home/ubuntu/golem/deposit-payment-example
git pull
git submodule update --init --recursive
- Name: install dependencies
- name: install dependencies
run: |
cd /home/ubuntu/golem/deposit-payment-example
pnpm install

0 comments on commit 286ab54

Please sign in to comment.