Skip to content

Commit

Permalink
#349 dayly buildにタグ付けは不要、release-on-push-actionは削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sugasaki committed Aug 18, 2021
1 parent e924d2b commit 3c198ff
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/dayly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: production deploy

on:
schedule:
- cron: '1 8,13 * * *' # 毎日UTCの8:01と13:01にトリガーされます。(日本時間の17:01と22:01
- cron: '0 8,13 * * *' # 毎日UTCの8時と13時にトリガーされます。(日本時間の17時と22時

jobs:
deploy:
Expand Down Expand Up @@ -59,15 +59,11 @@ jobs:
owner: CodeForNagasaki
repo: covid19
branch: production
- name: Create GitHub release
uses: rymndhng/release-on-push-action@master
with:
bump_version_scheme: patch

- name: run delete_fbcache.sh
run: |
echo "FB_ACCESS_TOKEN=${FACEBOOK_ACCESS_TOKEN}" > .env
cd ui-test
./delete_fbcache.sh
env:
FACEBOOK_ACCESS_TOKEN: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}
FACEBOOK_ACCESS_TOKEN: ${{ secrets.FACEBOOK_ACCESS_TOKEN }}

0 comments on commit 3c198ff

Please sign in to comment.