Skip to content

Commit

Permalink
chore: testing github workflow
Browse files Browse the repository at this point in the history
Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml

Update main.yml
  • Loading branch information
aap01 committed Apr 2, 2024
1 parent 96ba837 commit c258cdd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/contributors.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: deploy
on:
push:

jobs:
add-contributors:
runs-on: ubuntu-latest
environment: prod
steps:
- uses: actions/checkout@v2
- run: |
echo "${{ vars.API_PORT }}"
echo "${{ secrets.CREDENTIAL }}" >> gsheet-to-json/conf/credential.json
ls gsheet-to-json/conf
- run: |
rm ".env"
echo "$(cat << EOF
api_port=${{ vars.API_PORT }}
ui_port=${{ vars.UI_PORT }}
api_base_url=${{ vars.API_BASE_URL }}
EOF
)" >> ".env"
cat ".env"
- run: |
pwd
# docker compose build --no-cache

0 comments on commit c258cdd

Please sign in to comment.