Skip to content

Commit

Permalink
move env to step
Browse files Browse the repository at this point in the history
  • Loading branch information
KKulma committed Mar 22, 2021
1 parent 64b4d78 commit ee43f15
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ on: push
jobs:
run_container:
runs-on: ubuntu-latest
env:
SHINY_ACC_NAME=${{secrets.SHINY_ACC_NAME}}
TOKEN=${{secrets.TOKEN}}
SECRET=${{secrets.SECRET}}
container:
image: kasiatemp/ng-update:shiny
steps:
Expand All @@ -16,6 +12,9 @@ jobs:
with:
ref: 'main'
- name: Deploy app

env:
SHINY_ACC_NAME: ${{secrets.SHINY_ACC_NAME}}
TOKEN: ${{secrets.TOKEN}}
SECRET: ${{secrets.SECRET}}
run: |
bash Rscript deploy.R

0 comments on commit ee43f15

Please sign in to comment.