is the a way to use github actions to push the cod...
# sdf
s
is the a way to use github actions to push the code to netsuite account ?
m
I've done a proof of concept with GitHub actions and the SDF CLI without using docker. Here's my GitHub action file. Basically it checks out the current branch and
master
, runs a custom NPM script to compare the current branch with
master
and updates the
deploy.xml
file with the differences, then uses
@oracle/suitecloud-cli
to push those changes to NetSuite.
b
Nice 🙂