Skip to content

gefs_osn_stage3

gefs_osn_stage3 #234

# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
schedule:
- cron: '0 13 * * *'
workflow_dispatch:
name: gefs_osn_stage3
jobs:
docker:
timeout-minutes: 2880
runs-on: [self-hosted]
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
OSN_KEY: ${{ secrets.OSN_KEY }}
OSN_SECRET: ${{ secrets.OSN_SECRET }}
# container: rocker/geospatial
steps:
- uses: actions/checkout@v3
with:
ref: main
- name: Install
shell: Rscript {0}
run: |
#devtools::install(dependencies=TRUE, upgrade="never")
install.packages("remotes")
remotes::install_github("eco4cast/gefs4cast")
- name: Update Stage3
shell: Rscript {0}
run: |
source("drivers/update_stage3.R")